home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 June / MacFormat 25.iso / Shareware City / Developers / macgzip_03b2-src / macos / think / MacAE.h < prev    next >
Encoding:
Text File  |  1994-10-17  |  737 b   |  34 lines  |  [TEXT/ttxt]

  1.  
  2.  
  3. /*****************************************************/
  4. /* AE handlers */
  5.  
  6. pascal OSErr  MyHandleODoc(    AppleEvent *theAppleEvent,
  7.                             AppleEvent *reply,
  8.                             long handlerRefCon
  9.                             );
  10.                                 
  11. pascal OSErr  MyHandlePDoc(    AppleEvent *theAppleEvent,
  12.                             AppleEvent *reply,
  13.                             long handlerRefCon
  14.                             );
  15.                             
  16. pascal OSErr  MyHandleOApp(    AppleEvent *theAppleEvent,
  17.                             AppleEvent *reply,
  18.                             long handlerRefCon
  19.                             );
  20.  
  21. pascal OSErr  MyHandleQuit(    AppleEvent *theAppleEvent,
  22.                             AppleEvent *reply,
  23.                             long handlerRefcon
  24.                             );    
  25.                                                     
  26. OSErr MyGotRequiredParams( AppleEvent *theAppleEvent );
  27.  
  28.  
  29.  
  30. /*****************************************************/
  31. /* Globals */
  32.  
  33. extern Boolean StartupFiles;
  34.